Wednesday, March 30, 2005

Fantastic JavaScripts

Java Script Regular Expressions ..... (find the match and replace it)

Replace ASP tags with blank <% anything %>

<script language=JavaScript>

var theString

theString = "<html> vikrant </html> <% cieling 'done 'dfsfd
%> <div>rahesh </div> <% goahed %> <b>vik </b>";

theString = theString.replace(/<%.*?%>/gi,' ');

alert (theString);


</script>



HELP URL : http://www.sitepoint.com/print/expressions-javascript

Monday, March 28, 2005

Jyve-Skype in NY Times

Hi friends I am very happy today for the work Iam doing from last 10 months is noticable to the and getting Popular among the web-world and the Tehnology.

This a news Article in NY times about the Jyve.com

Even without government intervention, however, random Skyping appears likely to continue in some form. The next phase may be more formalized Skype-enabled social networks like www.jyve.com, which connects people with similar interests and desire to practice a certain language, and www.someonenew.com, which connects people for romantic purposes. Only a few English-language social networking sites currently use Skype, but such sites in Asia have been very successful.

Jyve, according to Charles Carleton, a co-founder, will be introducing a feature in the next few months that Mr. Carleton hopes will protect the medium's social capabilities: an eBay-like feedback system to help users reject callers with a track record of inappropriate conversation. Skype is happy to leave these functions to other companies. "We're probably never going to run a dating service or language seminars," Ms. Larabee said of Skype. "Our business is the technology, not the networks."

Vikrant.